projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0512d08
)
babl: fix trc registrationof ACES spaces
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 24 Jun 2018 09:56:18 +0000
(11:56 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 24 Jun 2018 09:56:18 +0000
(11:56 +0200)
babl/babl-space.c
patch
|
blob
|
history
diff --git
a/babl/babl-space.c
b/babl/babl-space.c
index 6d2415c7f6c6e3a9b643697127d52588fe8008e8..5d5086a6993d34d15e444d1b8a1c4ec051043406 100644
(file)
--- a/
babl/babl-space.c
+++ b/
babl/babl-space.c
@@
-502,7
+502,7
@@
computations of uniform gray axis */
0.713, 0.293,
0.165, 0.830,
0.128, 0.044,
- babl_trc("
1.0
"), NULL, NULL, 1);
+ babl_trc("
linear
"), NULL, NULL, 1);
babl_space_from_chromaticities (
"ACES2065-1",
@@
-510,7
+510,7
@@
computations of uniform gray axis */
0.7347, 0.2653,
0.0000, 1.0000,
0.0001, -0.0770,
- babl_trc("
1.0
"), NULL, NULL, 1);
+ babl_trc("
linear
"), NULL, NULL, 1);
}